home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 4.2 KB | 123 lines |
- ; NETVT86.INF
- ;
- ; VIA VT86C100A PCI Fast Ethernet Adapter
- ;
- ; (C) VIA and Microsoft 1998
-
- [Version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %MSFT%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,2.33.0.186
-
- [Manufacturer]
- %VIA% = VIA
- %DLINK% = DLINK
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_1106&DEV_3043&REV_01, \
- PCI\VEN_1106&DEV_3043&REV_02, \
- PCI\VEN_1106&DEV_3043&SUBSYS_01001106, \
- PCI\VEN_1106&DEV_3043&SUBSYS_14001186
-
- [VIA]
- %VT3043.DeviceDesc% = VT3043.ndi, PCI\VEN_1106&DEV_3043&REV_01
- %VT3043.DeviceDesc% = VT3043.ndi, PCI\VEN_1106&DEV_3043&REV_02
- %VT3043.DeviceDesc% = VT3043.ndi, PCI\VEN_1106&DEV_3043&SUBSYS_01001106
-
-
- [DLINK]
- %DFE530tx.DeviceDesc% = VT3043.ndi, PCI\VEN_1106&DEV_3043&SUBSYS_14001186
-
- ;-------------------------------------------------------------------------------
- ; VIA VT86C100A PCI Fast Ethernet Adapter
- ;
- [VT3043.ndi]
- Characteristics = 0x84
- BusType = 5
- AddReg = Connection.reg, FET.reg
- CopyFiles = FET.CopyFiles
-
- [VT3043.ndi.Services]
- AddService = FETNDIS, 2, FET.Service, FET.EventLog
-
- ;-------------------------------------------------------------------------------
- ; VT3043 specific parameters
- ;
- [Connection.reg]
- HKR, Ndi\params\ConnectionType, ParamDesc, 0, %ConnectionType%
- HKR, Ndi\params\ConnectionType, default, 0, "0"
- HKR, Ndi\params\ConnectionType, type, 0, "enum"
- HKR, Ndi\params\ConnectionType\enum, 0, 0, %autoN%
- HKR, Ndi\params\ConnectionType\enum, 1, 0, %100HD%
- HKR, Ndi\params\ConnectionType\enum, 2, 0, %100FD%
- HKR, Ndi\params\ConnectionType\enum, 3, 0, %10HD%
- HKR, Ndi\params\ConnectionType\enum, 4, 0, %10FD%
-
- ;-------------------------------------------------------------------------------
- ; Viatech Service and Driver
- ;
- [FET.reg]
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi, Service, 0, "FETNDIS"
- HKR, , AdapterCFID, 0, "30431106"
- HKR, , AdapterType, 0, "5"
- HKR, , MediaType, 0, "1"
- HKR, , OsId, 0, "00100000"
- HKR, , ReceiveBuffers, 0, "40"
- HKR, , TransmitBuffers, 0, "8"
- HKR, , ReceiveThreshold, 0, "0"
- HKR, , TransmitThreshold, 0, "0"
- HKR, , BurstLength, 0, "1"
- HKR, , MapRegisters, 0, "8"
- HKR, , EarlyReceive, 0, "0"
- HKR, , EarlyTransmit, 0, "0"
- HKR, , NetworkAddress, 0, "000000000000"
-
- [FET.Service]
- DisplayName = %FET.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\fetnd5.sys
- LoadOrderGroup = NDIS
-
- [FET.CopyFiles]
- fetnd5.sys,,,2
-
- [FET.EventLog]
- AddReg = FET.AddEventLog.reg
-
- [FET.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- ;-------------------------------------------------------------------------------
- ; DestinationDirs
- ;
- [DestinationDirs]
- FET.CopyFiles = 12
-
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- MSFT = "Microsoft"
- VIA = "VIA Technologies, Inc."
- DLINK = "D-Link Corporation"
-
- ConnectionType = "Connection Type"
- autoN = "Auto-Negotiation"
- 100HD = "100BaseTx Half Duplex"
- 100FD = "100BaseTx Full Duplex"
- 10HD = "10BaseT Half Duplex"
- 10FD = "10BaseT Full Duplex"
-
- VT3043.DeviceDesc = "VIA VT86C100A PCI Fast Ethernet Adapter"
- DFE530TX.DeviceDesc = "D-Link DFE-530TX PCI Fast Ethernet Adapter"
- FET.Service.DispName = "VIA VT86C100A PCI Fast Ethernet Adapter NT Driver"
-